home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-1097 / AMOSLIST / text0047.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  329 b   |  29 lines

  1. Hi!
  2.  
  3. Is there a smooth way to sort 20 variables???
  4.  
  5. and not do like this..
  6.  
  7. --------------------------------
  8.  
  9. If score1_1(1)>score2_1(1)
  10.  
  11. Loke S7+40,Leek(S5+20)
  12.  
  13. endif
  14.  
  15. if score1_2(2)>score2_1(1)
  16.  
  17. loke s7+60,leek(s5+40)
  18.  
  19. endif
  20.  
  21. -------------------------------
  22.  
  23.  
  24. This way makes the program very big..!
  25.  
  26. Any soloution anyone????
  27.  
  28.  
  29.